projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3755eb
)
(generated-autoload-file): Change defconst to defvar.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 29 Apr 1997 00:23:40 +0000
(
00:23
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 29 Apr 1997 00:23:40 +0000
(
00:23
+0000)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index fdb094450c387a56ead2ae063c52898795ebe917..bf5b5fffc42f8e2b6a1974123f5c82c5078dbdcd 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-271,9
+271,9
@@
are used."
(insert generate-autoload-section-trailer)))
(message "Generating autoloads for %s...done" file)))
\f
-(def
const
generated-autoload-file "loaddefs.el"
+(def
var
generated-autoload-file "loaddefs.el"
"*File \\[update-file-autoloads] puts autoloads into.
-A
.el
file can set this in its local variables section to make its
+A
`.el'
file can set this in its local variables section to make its
autoloads go somewhere else.")
;;;###autoload